Structured Logging In Go Using Standard Library- Slogslog

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • НаукаНаука

Комментарии • 39

  • @mbydokht4556
    @mbydokht4556 Год назад +2

    I got so sad when i saw the number of your subscribers. but please go on relasing video. we wont let you down. I fancy your channel and the way you teach.

    • @programmingpercy
      @programmingpercy  Год назад +1

      Haha thank you for the kind words! I have many videos in the pipeline!
      I won't let you down I hope!

  • @uguremirmustafaoglu40
    @uguremirmustafaoglu40 4 месяца назад +1

    Grest explanation, very beginner friendly 🎉

  • @annusingh4694
    @annusingh4694 Год назад +1

    Hey! Thank you so much for the video, and for coming back.

  • @prashlovessamosa
    @prashlovessamosa 8 месяцев назад +1

    Hey Percy great video thanks your channel has lot of stuff that is quite helpful to me thanks for sharing.

    • @programmingpercy
      @programmingpercy  8 месяцев назад

      And I hope to have more soon! And thanks for enjoying it

  • @m_205
    @m_205 9 месяцев назад +1

    Still Rocking brother..and be always ROCKING. Good luck

  • @farzadmf
    @farzadmf Год назад +1

    SUPER nice video, thank you, the best I've seen about slog so far

    • @programmingpercy
      @programmingpercy  Год назад +1

      Thank you very much for the encouragement!
      Happy that you enjoyed

  • @JuanPabloAJ
    @JuanPabloAJ 2 месяца назад

    thanks for the video, something I miss with slog is the formatting string functions, Debugf, Infof, etc.

  • @JakeWillmsen
    @JakeWillmsen 8 месяцев назад +1

    Wow, great video thank you for creating/sharing!

  • @adhiana848
    @adhiana848 6 месяцев назад +1

    thanks bro for sharing this

  • @matthias2447
    @matthias2447 10 месяцев назад +3

    Great content straight to the point. Thank you!

  • @Iongjump
    @Iongjump Год назад +1

    it was helpful, thank you

  • @bjugdbjk
    @bjugdbjk Год назад +1

    Awesome !! Good to see u man !!

    • @programmingpercy
      @programmingpercy  Год назад +1

      Warm up video before RabbitMQ Streams hehe

    • @bjugdbjk
      @bjugdbjk Год назад

      @@programmingpercy Awesome waiting !!

  • @manpt123
    @manpt123 Год назад +1

    Oh great for the update ✌️

  • @Moggybaer
    @Moggybaer 7 месяцев назад

    Question: when wanting to use slog in a ddd project inside the domain objects like entities and agregates, how to streamline the log level for the application ? Domain objects do not depend on outside things so i cannot inject a central slog instance

  • @qaqkirby9781
    @qaqkirby9781 10 месяцев назад +1

    nice video, will you make a video about go and kafka?

    • @programmingpercy
      @programmingpercy  10 месяцев назад

      More people have requested this, so for sure I will!

  • @todd1422
    @todd1422 Год назад +1

    "promo sm" 😩

  • @lmaoded7505
    @lmaoded7505 3 месяца назад

    Great video. What if you want to use this logger in multiple files without creating it again and again? Like create once and use everywhere?

  • @celsopatiri2846
    @celsopatiri2846 Год назад +1

    Awesome content

  • @Tay74514
    @Tay74514 Год назад +1

    Big Percy dropping another one😜 SALUTE 🫡

  • @yeboahnanaosei
    @yeboahnanaosei 6 месяцев назад

    Hey, what font are you using here?

  • @david.budnick
    @david.budnick Год назад +1

    slog is great, currently running with it in production!

  • @bjugdbjk
    @bjugdbjk Год назад +2

    Wow , a very useful logging module, happy to know it's part of the language itself.Thank you for the amazing content.
    Could you do something on Reflection !!! really I want to understand how Reflection is being used in production usecases and its a quite tricky concept.

    • @programmingpercy
      @programmingpercy  Год назад +2

      Thank you! And yeah it's amazing that it's now part of std lib!
      I will add reflection to my backlog, great idea!

    • @bjugdbjk
      @bjugdbjk Год назад

      @@programmingpercy why can't you do livestreams ,ur strong hold with Go on different backend technologies gonna help a lot for knowledge sharing :)

    • @programmingpercy
      @programmingpercy  Год назад +1

      Never thought about it, I can give it a go.
      I want to hack my Solar panel Plants Inverter to extract information from it.
      Might try it on that just to learn and see how it goes

  • @mbydokht4556
    @mbydokht4556 Год назад +1

    I wish you made vides a great deal. buddy you are amazing. you explained everything which is absloutly excellent.

  • @kartikrajput2131
    @kartikrajput2131 9 месяцев назад

    can we used colorised log using slog ?

    • @programmingpercy
      @programmingpercy  9 месяцев назад +1

      You can write your own Handlers and add it, In fact somebody already done that
      github.com/lmittmann/tint